home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1453.dms / var1453.adf / ACM_System / ACM_System.doc < prev    next >
Text File  |  1992-05-07  |  3KB  |  68 lines

  1. 0    AMIGA C MANUAL - "SYSTEM"
  2.  
  3. 0.1  INTRODUCTION
  4.  
  5. This is the fourth manual of the Amiga C Encyclopedia. This
  6. manual describes how the operating system and hardware are
  7. working, and how to use the AmigaDOS file system. Information
  8. about how to create and use the special system lists, and how
  9. programs can communicate with each other with help of messages,
  10. are also covered. Some easy but a bit dirty input routines are
  11. as well explained.
  12.  
  13.  
  14.  
  15. 0.2  CHAPTERS
  16.  
  17. Here is a list of the chapters in this manual:
  18.  
  19.    1. Hardware       This chapter gives a brief introduction
  20.                      into the hardware of the Amiga, and the
  21.                      different Amiga models are explained.
  22.                      I also describe how to use the hardware
  23.                      and how to directly read and modify the
  24.                      hardware registers in a naughty but not
  25.                      forbidden way. 2 examples are included.
  26.                      
  27.    2. AmigaDOS       Explains how to use the AmigaDOS file
  28.                      system. Everything from opening, reading
  29.                      and writing files to how to protect your
  30.                      data from being corrupted by other tasks
  31.                      is explained. 8 examples are included.
  32.  
  33.    3. Lists          Describes the special list routines in
  34.                      the Amiga. Although your programs will
  35.                      usually never directly use these routines
  36.                      they are used by most parts of the
  37.                      operating system and are therefore good
  38.                      to know about. These list routines are
  39.                      very easy to use but still very powerful,
  40.                      and can with favour be used if needed.
  41.                      3 examples are included.
  42.  
  43.    4. Messages       Interesting chapter about how programs
  44.                      can send messages to each other. Very
  45.                      useful and interesting chapter.
  46.  
  47.    5. Dirty Input    This chapter contains four rather "dirty"
  48.                      input routines. They use the hardware
  49.                      registers to collect information about the
  50.                      joystick, mouse, keyboard, or analogue
  51.                      joystick. These routines hit the hardware,
  52.                      but since they use some global system
  53.                      structures to get the hardware registers
  54.                      they are still "allowed" to be used. Very
  55.                      fast and easy to use, perfect for small
  56.                      utilities and games.
  57.  
  58.  
  59.  
  60. 0.3  CHAPTER PICTURES
  61.  
  62. In the directory "ChapterPictures" you will find a collection
  63. of 5 pictures. These pictures are supposed to be printed and
  64. put in front of each chapter in this manual.
  65.  
  66.  
  67.  
  68.